home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / hider.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  48 lines

  1. (Comp.sys.handhelds) Option:  
  2. Item: 3443 by blair at en.ecn.purdue.edu 
  3. Author: [Marc E Blair] 
  4.   Subj: hidden variable utility for HP48 
  5.   Date: Thu Jun 13 1991 
  6.  
  7. [Note!  See FPGDIR.DOC on this disk for vital related info.  -jkh-] 
  8.  
  9. Hello everyone! This program is designed so users 
  10. can enjoy the added feature of hidden variables without  
  11. accidently causing "Try to recover memory?" errors. Here is a description of 
  12. what each program does: 
  13.  
  14. NORMAL - restores a directory to its natural state, i.e. no 
  15.          hidden variables 
  16.  
  17. HIDE   - takes an argument from level one, a variable name or list, 
  18.          and hides it.  
  19.  
  20. ALL    - returns a list of all variables, including the '' variable and 
  21.          others hidden behind it. 
  22.  
  23. HIDEN  - returns a list of only hidden variables. 
  24.  
  25. NULL   - creates '' on the stack  
  26.  
  27. SPACE  - creates ' ' on the stack (I use it to create directories with no 
  28.          name - I set up my home menu to have only a no-name directory, 
  29.          and then use my no-name directory as my home diectory. This way 
  30.          I can hide "personalized commands" and other variables (like PRTPAR)  
  31.          since no variables may be hidden in the home directory 
  32.          (due to system use)) 
  33.  
  34. DELIT  - takes a list from level 2 and an object from level one and deletes 
  35.          that object in the list if it exists. Used by HIDE program  
  36.  
  37. KEYS   - redefines user keys for PURGE and CLVAR so one does not accidently 
  38.          delete a non-empty directory that looks empty. 
  39.  
  40. DISCLAIMER: I am not repsonsible for memory problems that may result 
  41. from cosmic rays while you are using this program or anything else. 
  42.  
  43. enjoy! 
  44.  
  45. Marc Blair 
  46.  
  47. blair@en.ecn.purdue.edu         "The HP48: But, can it cook?" 
  48.